home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / dixcpy21.zip / dixcopy.txt < prev    next >
Text File  |  1994-01-24  |  2KB  |  63 lines

  1.  
  2.                   DIXCOPY.EXE
  3.  
  4.                Franck UBERTO - 94/01/20
  5.                 Grenoble - FRANCE
  6.                    email : uberto@esrf.fr
  7.  
  8.  
  9.  DIXCOPY is a replacement for DOS diskcopy. It permits to copy a diskette 
  10. without swapping between source and target ... It uses XMS, EMS, disk (hard or 
  11. ram disk) in this order of priority and if there's enough space. I made it 
  12. efficient and easy to use.
  13.  To get help for running it, just type : DIXCOPY /?.
  14.  
  15.  Options (number and path) are entered in any order. Number is 1 by default (if
  16. not specified). Path is necessary if disk is used and you want to force the 
  17. location of the temporary file (if you have a ramdisk for example). If path is 
  18. not specified, or invalid, and disk is used then DIXCOPY searches for TEMP or 
  19. TMP environment variables, if they don't exist then it parses disks and uses 
  20. the root of the first one with enough space.
  21.  DIXCOPY detects if target diskette has the good format (it stops like diskcopy
  22. if not) and formats it if necessary.
  23.  Copy can be aborted by Ctrl-C or Ctrl-Break.
  24.  
  25.  Well, now for the good news : you can use and distribute these files, it's 
  26. freeware.
  27.  
  28.  So ENJOY ...
  29.  
  30.  
  31.  * Examples
  32.  
  33.  dixcopy b:
  34.     One copy of floppy in drive b:. Space for "disk image" is searched in 
  35.     XMS then EMS and finally in 'TEMP' or 'TMP' directory. If neither is 
  36.     large enough (or valid) then the root of first hard disk with 
  37.     sufficient room is used.
  38.  
  39.  dixcopy b: 2
  40.     Same operation but 2 copies.
  41.  
  42.  dixcopy a: g:\foo
  43.     If not enough space in XMS or EMS and path 'g:\foo' exists, then it is 
  44.     used for "disk image". This is (very) useful if g:\foo is on a ramdisk,
  45.     otherwise let DIXCOPY do the work ...
  46.  
  47.  dixcopy a: g:\foo 2 (or  dixcopy a: 2 g:\foo)
  48.     same operation but 2 copies.
  49.  
  50.  * History
  51.  
  52.     v1.0 (May 92)    Initial version. Only disk support.
  53.     v1.1 (June 92)    Adds XMS and EMS support.
  54.     v1.2 (Aug. 92)    Corrects some bugs.
  55.     v2.0 (Oct. 93)    Adds extended formats (820k, 1.72M, ...)
  56.     v2.1 (Dec. 93)    Corrects some bugs :
  57.             - in some unusual case, format retries again & again.
  58.             - DMA buffer was badly computed : sometimes it crosses
  59.               a 64K boundary & SLOOoows DOOoown the process.
  60.             Speeds up a little bit the format/write procedure by 
  61.             processing each track in turn instead of formatting all
  62.             disk and then starting through again to write data.
  63.